body {
    background-image: url(../images/login_fe.jpg);
    background-repeat: no-repeat;
}

#content_wrapper2{
    padding: 5px;
    margin:10px;
    margin-top: 180px;
    margin-left: 58px;

    width:280px;
    height:auto;
    display: flex;
    border: 1px solid #cccccc;
    background-color: #FFFFFF;

    border-radius: 4px;
    color: #000000;
    font-size: 10pt;
    font-family: "Tahoma";
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 5px rgba(255,255,255,0.4); 
}
#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

stretch {
    width:100%;
    height:100%;
}

 .lgnbtn input[type="submit"]{
    margin: 2.5px;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e9e9e9) );
    background:-moz-linear-gradient( center top, #ffffff 5%, #e9e9e9 100% );
    background-color:#ffffff;
    -webkit-border-top-left-radius:9px;
    -moz-border-radius-topleft:9px;
    border-top-left-radius:9px;
    -webkit-border-top-right-radius:9px;
    -moz-border-radius-topright:9px;
    border-top-right-radius:9px;
    -webkit-border-bottom-right-radius:9px;
    -moz-border-radius-bottomright:9px;
    border-bottom-right-radius:9px;
    -webkit-border-bottom-left-radius:9px;
    -moz-border-radius-bottomleft:9px;
    border-bottom-left-radius:9px;
    text-indent:0px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#666666;
    
    font-weight:bold;
    font-style:normal;
    height:30px;
    line-height:25px;
    width:60px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 50px 0px #ffffff;
 }

 .lgnbtn input[type="submit"]:hover{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #ffffff) );
    background:-moz-linear-gradient( center top, #e9e9e9 5%, #ffffff 100% );
    background-color:#e9e9e9;
 }
 
  .signupbtn input[type="submit"]{
    margin: 2.5px;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e9e9e9) );
    background:-moz-linear-gradient( center top, #ffffff 5%, #e9e9e9 100% );
    background-color:#ffffff;
    -webkit-border-top-left-radius:9px;
    -moz-border-radius-topleft:9px;
    border-top-left-radius:9px;
    -webkit-border-top-right-radius:9px;
    -moz-border-radius-topright:9px;
    border-top-right-radius:9px;
    -webkit-border-bottom-right-radius:9px;
    -moz-border-radius-bottomright:9px;
    border-bottom-right-radius:9px;
    -webkit-border-bottom-left-radius:9px;
    -moz-border-radius-bottomleft:9px;
    border-bottom-left-radius:9px;
    text-indent:0px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#666666;
    
    font-weight:bold;
    font-style:normal;
    height:30px;
    line-height:25px;
    width:60px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 50px 0px #ffffff;
 }

 .signupbtn input[type="submit"]:hover{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #ffffff) );
    background:-moz-linear-gradient( center top, #e9e9e9 5%, #ffffff 100% );
    background-color:#e9e9e9;
 }